/*******CSS reset*************/
.warpper{
    width: 1600px;
    margin:0 auto;
}

.clearfix:after{
    display:block;
    content:'';
    clear: both;
}
.img_jz{
    display:block;
    position:relative;
    overflow:hidden;
}
.img_jz>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/********General**********/
.page{margin:0 auto;text-align: center;letter-spacing: 2px;color: #767474;}
/*================= 分页===================*/
.pagination{ padding:20px 0 30px; text-align:center; line-height:24px;}
.pagination li{ display:inline-block;}
.pagination li a{padding: 9px 15px;border: 1px solid #e4eaec;background: #fff;text-align: center;color: #76838f;}
.pagination .active a{ background:#136ab2; color:#FFF;}

/*******header*******/
.mt{
    margin-top: 80px;
    width:100%;
}
.header{
    background:#fff;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 1000;
}
.header_box{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    display:block;
}
.logo img{
    height: 60px;
}
.nav{
    display:flex;
}
.nav li{
    margin-left: 40px;
    position:relative;
}
.nav li>a{
    display:block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:37px;
    font-size: 1.6rem;
    line-height: 80px;
    color: #14131d;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.nav li.active>a,.nav li:hover>a{
    color: #136ab2;
    background:url("../images/logoicon.png") no-repeat left center;
}
.nav_link{
    display:flex;
    align-items: center;
}
.nav_link a{
    margin-left: 18px;
    display:block;
}
.nav_link a.al{
    border:1px solid #136ab2;
    height: 32px;
    display:flex;
    justify-content: space-between;
    border-radius: 32px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 120px;
}
.al>span{
    background:url("../images/ali.png") no-repeat left center;
    padding-left:33px;
    display:block;
    color: #136ab2;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.al>i{
    display:block;
    background:#136ab2 url("../images/al_jt.png") no-repeat center;
    width:32px;
    height: 32px;
}
.search{
    display:flex;
    justify-content: center;
    align-items: center;
}
.search>div{
    margin-right: 12px;
    cursor: pointer;
}
.search form{
    border:1px solid #136ab2;
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition:350ms 0s all ease;
    -moz-transition:350ms 0s all ease;
    -ms-transition:350ms 0s all ease;
    -o-transition:350ms 0s all ease;
    transition:350ms 0s all ease;
}
.showsearch form{
    width: 180px;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.showsearch .searchose{
    display:block;
}
.showsearch .searchicon{
    display:none;
}
.search form input[type=text]{
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #666;
    line-height: 30px;
    width: calc(100% - 55px);
}
.search form input[type=submit]{
    background:#136ab2;
    color: #fff;
    width: 55px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 30px;
}

.searchose{
    display:none;
}

/*prolistdown*/
.prolistdown{
    position:fixed;
    top:80px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    display:none;
}
.prolistdown .warpper{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 610px;
    background: rgba(26, 139, 112, 0.9);
}
.prolistdown_left{
    border-right:1px solid rgba(255, 255, 255, 0.3);
    width:300px;
    height: 100%;
    overflow-y:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:48px 42px;
}


.prolistdown_left a{
    display:block;
    width: 100%;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.3);
    position:relative;
    overflow:hidden;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:36px;
    padding-right: 33px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.prolistdown_left a:hover,.prolistdown_left a.arrin{
    background: rgba(255, 255, 255, 0.2);
}
.prolistdown_left a:last-of-type{
    margin-bottom: 0;
}
.prolistdown_left a span{
    font-size: 1.6rem;
    display:block;
    color: #fff;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.prolistdown_left a:before{
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 95%;
    height: 100%;
    background:#fff;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    opacity: 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.prolistdown_left a:hover:before,.prolistdown_left a.arrin:before{
    opacity: 1;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}
.prolistdown_left a:hover span,.prolistdown_left a.arrin span{
    color: #149971;
    background:url("../images/prolistjt.png") no-repeat right center;
}

.prolistdown_right{
    width:calc(100% - 300px);
    height: 100%;
    overflow-y:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 53px;
    padding-top: 35px;
}
.prolistdown_right::-webkit-scrollbar{
   width:10px;
}
.prolistdown_right::-webkit-scrollbar-track,.prolistdown_left::-webkit-scrollbar-track{
    background-color:transparent;
}
.prolistdown_right::-webkit-scrollbar-thumb{
    background-color:#156c58; /*滑动条表面*/
}
.prolistdown_right ul{
    display:none;
}
.prolistdown_right ul li{
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.protype2{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.protype2>a{
    font-size: 1.6rem;
    color: #b4d7d2;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.protype2:hover>a,.prolistdown_right ul li.mousein .protype2>a{
    color: #fff;
}
.protype2>img{
    cursor: pointer;
    display:block;
    opacity: 0.6;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.prolistdown_right ul li.mousein .protype2>img{
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.protype3{
    height: 0;
    overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.prolistdown_right ul li.mousein .protype3{
    height: initial;
}
.protype3 div{
    display:flex;
    flex-wrap: wrap;
}
.protype3 a{
    width:19%;
    margin-bottom: 15px;
}
.protype3 a span{
    font-size: 1.4rem;
    color: #b4d7d2;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.protype3 a:hover span {
    color: #fff;
    text-decoration: underline;
}


/*bannner*/
.banner{
    width: 100%;
    position:relative;
    overflow:hidden;
}
.swiper-banner{
    width:100%;
    height:100%;
    position: relative;
}
.swiper-banner a{
    display:block;
    width: 100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.swiper-banner a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-pagination{
    text-align: left;
    width: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:7%;
    bottom:5%;
}
.banner .swiper-pagination span{
    width: 6px;
    height: 6px;
    background:#fff;
    margin-right: 43px!important;
    position:relative;
    opacity: 0.5;
}
.banner .swiper-pagination span:after{
    display:block;
    content: '';
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border:1px solid #fff;
    width: 29px;
    height: 29px;
    opacity: 0;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
    width: 4px;
    height: 4px;
    opacity: 1;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active:after{
    opacity: 1;
}
.banner .swiper-banner-btn{
    position: absolute;
    top:50%;
    width:60px;
    height:60px;
    margin-top:-30px;
    z-index:999;
}
.banner .swiper-banner-btn.prev{
    left:0;
    background:rgba(0,0,0,0.3) url(../images/banner-prev.png) no-repeat center;
}

.banner .swiper-banner-btn.next{
    right:0;
    background:rgba(0,0,0,0.3) url(../images/banner-next.png) no-repeat center;
}
.banner .swiper-banner-btn:hover{
    cursor: pointer;
}
.banner .swiper-banner-btn.prev:hover{
    background:#136ab2 url(../images/banner-prev.png) no-repeat center;
}
.banner .swiper-banner-btn.next:hover{
    background:#136ab2 url(../images/banner-next.png) no-repeat center;
}

/*******index*******/
/*adv*/
.adv{
    position:relative;
    height: 100px;
    overflow:hidden;
    background:#2f8a98;
    background: -moz-linear-gradient(0deg, #136ab2,#246aa5);
    background: -webkit-linear-gradient(0deg,#136ab2,#246aa5);
    background: -o-linear-gradient(0deg, #136ab2,#246aa5);
}
.adv .warpper{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.adv li{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:24%;
}
.adv li h3 span{
    font-size: 3.6rem;
    color: #fff;
    font-family: barlow;
}
.adv li h3 sup{
    font-family: barlow;
    font-weight: normal;
    font-size: 1.6rem;
    color: #fff;
    vertical-align: top;
    margin-left: 3px;
}
.adv li h3 sub{
    font-size: 1.2rem;
    color: #fff;
    font-weight: lighter;
    vertical-align: text-bottom;
    margin-left: -13px;
}
.adv li:first-of-type h3 sub {
    margin-left: 3px;
}
.adv li p{
    font-size: 1.6rem;
    color: #fff;
}

.adv li b{
    display:block;
    width: 65px;
    height: 65px;
    position:relative;
}
.adv li b img{
    width: 60%;
    height: 100%;
    margin: 0 auto;
    object-fit: scale-down;
}
.adv li b i{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background:url("../images/circle.png") no-repeat center;
    background-size:100% 100%;
    animation:cir360 8s linear 0s infinite normal;
}
@keyframes cir360 {
    0%{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*company*/
.title h4{
    text-transform: uppercase;
    font-family: barlow-black;
    font-size: 6rem;
    line-height: 6rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(-90deg, #e7e7e7, #fff);
    background-image: -webkit-linear-gradient(-90deg,#e7e7e7,#fff);
    background-image: -o-linear-gradient(-90deg, #e7e7e7, #fff);
}
.title h3{
    font-size: 3.6rem;
    color: #282828;
    font-weight: bold;
}
.title h3 span{
    color: #136ab2;
}
.title h3 small{
    font-weight: normal;
    font-size: 1.8rem;
    color: #333333;
}
.company{
    padding:4vw 0;
}
.company .warpper{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.com_left{
    width: 50%;
}
.com_left h1{
    font-size: 2.4rem;
    color: #444444;
    margin-top: 2.5vw;
}
.com_left>p{
    font-size: 1.2rem;
    color: #666666;
    text-transform: uppercase;
}
.com_left>small{
    font-size: 1.6rem;
    color: #666666;
    line-height: 3rem;
    /*display:block;*/
    margin-top: 1vw;
    margin-bottom: 2vw;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.com_left>small>p{
	font-size: 1.6rem;
}
.com_left>a{
    display:block;
    background:#2f8a98;
    background: -moz-linear-gradient(0deg, #136ab2,#246aa5);
    background: -webkit-linear-gradient(0deg,#136ab2,#246aa5);
    background: -o-linear-gradient(0deg, #136ab2,#246aa5);
    width: 140px;
    text-align: center;
}

.com_left>a span{
    line-height: 42px;
    font-size: 1.6rem;
    color: #fff;
    padding-right:23px;
    background:url("../images/comjt.png") no-repeat right center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.com_left>a:hover span{
    padding-right:33px;
}
.com_right{
    width: 46%;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.com_right>b{
    width: 80%;
    height: 22vw;
}
.com_right>p{
    line-height: 77px;
    text-align: center;
    padding-right:25%;
}
.com_right>p>span{
    background:url("../images/videoicon.png") no-repeat left center;
    padding-left:32px;
}
.com_right>small{
    position:absolute;
    right: -148px;
    top:0;
    font-size: 1.2rem;
    color: #727272;
    text-transform: uppercase;
    padding-left:18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:23px;
    background:#fff;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.com_right>small:before{
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:50%;
    width: 9px;
    height: 9px;
    background:#149971;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.com_right>div{
    width: 200px;
    height: 200px;
    background:url("../images/videoplay.jpg") no-repeat center;
    background-size:cover;
    position:absolute;
    bottom:0;
    right:0;
}
.tel_ome>img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tel_ome{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}
.tel_ome i ,.tel_ome i:before ,.tel_ome i:after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 55%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100%;
}
.tel_ome i{
    border: 6px solid #ffffff75;
    box-sizing: content-box;
}
.tel_ome i:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.tel_ome i:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/*视频弹框*/
.videoshowbg{
    display:none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}
.videoshowbg>i{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.videoshowbg>div{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.videoshowbg b{
    position: absolute;
    left:100%;
    top:-60px;
    display: block;
    border-radius: 50%;
    padding:10px;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
}

/*product*/
.product{
    width:100%;
    background:url("../images/probg.jpg") no-repeat center;
    background-size:100% 100%;
}
.swiper-product{
    width: 100%;
}
.swiper-product .swiper-slide{
    border-right:1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    overflow:hidden;
    background:transparent;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-product .swiper-slide>img{
    position:absolute;
    left:50%;
    top:50%;
    height: 59%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-product .swiper-slide:hover>img {
    opacity: 0.2;
}
.probox{
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5vw 0;
}
.swiper-product .swiper-slide:hover{
    background:#3fad8f;
}
.swiper-product .swiper-slide:hover .probox{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
}
.protext{
    width: 100%;
    text-align: center;
}
.protext>small{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 56px;
    align-items: center;
}
.protext>small p{
    width: 100%;
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(26, 156, 223, 0.4);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-product .swiper-slide:hover .protext>small p{
    font-weight: bold;
}
.protext>h5{
    font-size: 2.4rem;
    color: #fff;
    margin-top: 12px;
    font-family: alimama;
    text-shadow: 0 2px 1px rgba(26, 156, 223, 0.4);
}
.protext>b{
    display:block;
    width:100%;
    height: 430px;
    position:relative;
    overflow:hidden;
}
.protext>b>img{
    margin:0 auto;
    max-height: 262px;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.protext>a{
    display:block;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    width: 140px;
    line-height: 35px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.protext>a:before{
    background:#fff;
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0 auto;
    width:calc(100% - 30px);
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.protext>a:hover:before{
    background:#2f8a98;
    background: -moz-linear-gradient(0deg, #149971, #2f8a98);
    background: -webkit-linear-gradient(0deg,#149971,#2f8a98);
    background: -o-linear-gradient(0deg, #149971, #2f8a98);
}
.protext>a>span{
    position:relative;
    color: #333333;
    font-size: 1.4rem;
    font-weight: lighter;
    padding-right:27px;
    background:url("../images/protextjt.png") no-repeat right center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.protext>a:hover>span{
    color: #fff;
    background:url("../images/protextjts.png") no-repeat right center;
}

/*prointro*/
.prointrobg{
    background:#eef6f5;
    padding:4vw 0;
}
.prointro_tit{
    display:flex;
    justify-content: space-between;
    align-items: baseline;
}
.btn_style{
    display:block;
    position:relative;
    text-align: center;
    overflow:hidden;
    width: 140px;
    line-height: 35px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.btn_style:before{
    background:#fff;
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0 auto;
    width:calc(100% - 30px);
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.btn_style:hover:before{
    background:#2f8a98;
    background: -moz-linear-gradient(0deg, #1b71b7, #2a9cf8);
    background: -webkit-linear-gradient(0deg,#1b71b7,#2a9cf8);
    background: -o-linear-gradient(0deg, #1b71b7, #2a9cf8);
}
.btn_style>span{
    position:relative;
    color: #333333;
    font-size: 1.4rem;
    font-weight: lighter;
    padding-right:27px;
    background:url("../images/protextjt.png") no-repeat right center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.btn_style:hover>span{
    color: #fff;
    background:url("../images/protextjts.png") no-repeat right center;
}

.btn_green:before{
    background:#136ab2;
}
.btn_green>span{
    color: #fff;
    background:url("../images/protextjts.png") no-repeat right center;
}

.prointro{
    margin-top: 2vw;
    overflow:hidden;
    padding:13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-prointro{
    width: 100%;
}
.swiper-prointro .swiper-slide{
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
}
.swiper-prointro .swiper-slide:before{
    background:#149971;
    background: -moz-linear-gradient(-45deg, #136ab2, #55a8f9);
    background: -webkit-linear-gradient(-45deg,#136ab2, #55a8f9);
    background: -o-linear-gradient(-45deg, #136ab2, #55a8f9);
    display:block;
    content: '';
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:calc(100% + 6px);
    height:calc(100% + 6px);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
}
.swiper-prointro .swiper-slide:hover:before {
    opacity: 1;
}
.swiper-prointro .swiper-slide>div{
    position:relative;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 55px;
}
.swiper-prointro .swiper-slide>div>a{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.swiper-prointro .swiper-slide:hover{
   box-shadow:0 0 10px #136ab2;
}
.swiper-prointro .swiper-slide b{
    height: 330px;
    display:block;
    width:100%;
}
.swiper-prointro .swiper-slide b img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.swiper-prointro .swiper-slide h4{
    font-size: 2rem;
    color: #282828;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px;
}
.swiper-prointro .swiper-slide small{
    font-size: 1.4rem;
    font-weight: lighter;
    display:block;
    color: #858586;text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px;
}
.swiper-prointro .swiper-slide .prointro_btn{
    display:flex;
    justify-content: center;
    margin:0 auto;
    margin-top:33px;
    background:#eef6f5;
    position:relative;
    width: 50%;
    overflow:hidden;
}
.prointro_btn a{
    display:block;
    line-height: 40px;
    font-size: 1.6rem;
    color: #333333;
    font-weight: lighter;
    position:relative;
    width: 50%;
    text-align: center;
}
.prointro_btn a:first-of-type{
    color: #fff;
}
.prointro_btn:before{
    display:block;
    content: '';
    position:absolute;
    left:-15px;
    top:0;
    width:calc(50% + 15px);
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    background:#149971;
    background: -moz-linear-gradient(90deg, #136ab2, #55a8f9);
    background: -webkit-linear-gradient(90deg,#136ab2,#55a8f9);
    background: -o-linear-gradient(90deg, #136ab2, #55a8f9);
}

/*case*/
.casebg{
    background:url("../images/casebg.jpg") no-repeat center;
    background-size:cover;
    padding:4vw 0;
}
.btn_white span{
    color: #136ab2;
}
.casebg .prointro_tit{
    margin-bottom: 3vw;
}
.casebg .title h4{
    background-image: -webkit-linear-gradient(-90deg, rgba(35, 117, 186, 0.81),transparent);
}
.casebg .title h3{
    color: #fff;
}
.casebg .title h3 small{
    color: #fff;
}
.casebg ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.casebg ul:nth-of-type(2){
    margin-top: 2vw;
}
.casebg ul li{
    margin:0 33px;
    position:relative;
    animation: casejump 1s linear 0s infinite alternate;
    animation-play-state: paused!important;
}
.casebg ul li:hover{
    animation-play-state: running!important;
}
.casebg ul li a{
    display:block;
}
.casebg ul li a p{
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    margin-top: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.casebg ul li a>div{
    border:1px solid rgba(255, 255, 255, 0.3);
    border-radius: 36px;
    width: 200px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.casebg ul li a>div>b{
    display:block;
    border:1px solid rgba(255, 255, 255, 0.3);
    border-radius: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#149971;
    position:relative;
    overflow:hidden;
    width: 100%;
    height: 90%;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.3));
    background: -webkit-linear-gradient(90deg,rgba(255, 255, 255, 0.01),rgba(255, 255, 255, 0.3));
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.3));
}

.casebg ul li:hover a>div>b{
    height: 100%;
}
.casebg ul li:hover a>div{
    height: 180px;
    margin-top: 10px;
}
.casebg ul li a>div>b img{
    width:100%;
    height: 100%;
    object-fit: scale-down;
}
@keyframes casejump {
    0%{
        top:0;
    }
    100%{
        top:20px;
    }
}


/*news*/
.newsbg{
    background:#eef6f5;
    padding:4vw 0;
}
.newstop{
    overflow:hidden;
    position:relative;
    width:100%;
    background:#fff;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.newstop:after{
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:0;
    height: 100%;
    width:8px;
    z-index:99;
    background:#136ab2;
}
.swiper-newstop{
    width: 100%;
}
.swiper-newstop .swiper-slide a{
    display:flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px;
}
.swiper-newstop .swiper-slide a b{
    background:#f5f5f5;
    width:400px;
    height: 235px;
}
.swiper-newstop .swiper-slide a>div{
    width:calc(97% - 400px);
}
.swiper-newstop .swiper-slide a>div>p{
    font-size: 1.8rem;
    color: #999999;
}
.swiper-newstop .swiper-slide a>div>h3{
    font-size: 2.8rem;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-newstop .swiper-slide a:hover>div>h3{
    color: #136ab2;
}
.swiper-newstop .swiper-slide a>div>small{
    font-size: 1.8rem;
    color: #999999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1.5vw;
}
.swiper-newstop .swiper-slide a>div>small p,.swiper-newsbom .swiper-slide a>div>small>p{
    text-indent: 0!important;
}
.swiper-newstop .swiper-slide a>div>span{
    font-size: 1.6rem;
    color: #136ab2;
    padding-right:28px;
    background:url("../images/protextjt.png") no-repeat right center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}
.swiper-newstop .swiper-slide a:hover>div>span{
    border-bottom: 1px solid #136ab2;
}
.swiper-newstop .swiper-pagination{
    text-align: right;
    width: initial;
    height: 20px;
    right:40px;
    top:40px;
}
.swiper-newstop .swiper-pagination span{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-newstop .swiper-pagination span.swiper-pagination-bullet-active{
    background:#136ab2;
    width: 20px;
}

.newsbom{
    width:100%;
    overflow:hidden;
}
.swiper-newsbom{
    width:100%;
}
.swiper-newsbom .swiper-slide a{
    display:block;
    background:#fff;
    position:relative;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:35px 50px;
}
.swiper-newsbom .swiper-slide a:before{
    height: 6px;
    display:block;
    content: '';
    width:100%;
    background:#136ab2;
    position:absolute;
    left:0;
    top:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-newsbom .swiper-slide a:hover:before{
    height: 100%;
}

.swiper-newsbom .swiper-slide a>div{
    position:relative;
}
.swiper-newsbom .swiper-slide a>div>p{
    font-size: 1.8rem;
    color: #999999;
        -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-newsbom .swiper-slide a>div>h3{
    font-size: 2.2rem;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 25px;
    margin-bottom: 15px;
        -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-newsbom .swiper-slide a>div>small{
    font-size: 1.8rem;
    line-height: 28px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.swiper-newsbom .swiper-slide a>div>span{
    font-size: 1.8rem;
    color: #333333;
    padding-right:35px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    background:url("../images/newsjt.png") no-repeat right center;
}

.swiper-newsbom .swiper-slide a:hover>div>p,.swiper-newsbom .swiper-slide a:hover>div>h3,.swiper-newsbom .swiper-slide a:hover>div>small{
    color: #fff;
}
.swiper-newsbom .swiper-slide a:hover>div>span{
    color: #fff;
    background:url("../images/newsjts.png") no-repeat right center;
}


/*footer*/
.footer{
    background:#136ab2;
}
.foot_bom{
    background:#1160a1;
}
.foot_bom .warpper{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}
.foot_bom .warpper>p,.foot_bom .warpper a{
    font-size: 1.4rem;
    color: #fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.foot_bom .warpper>a{
    font-weight: lighter;
}
.foot_bom .warpper a:hover{
    text-decoration: underline;
}

.fot_top{
    height: 86px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fot_top>a{
    display:block;
}
.fot_top>a img{
    height: 62px;
}
.fot_top>div{
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.fot_top>div>a{
    display:block;
    background:#197aca;
    width: 160px;
    line-height: 46px;
    text-align: center;
    margin-left: 22px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fot_top>div>a:hover{
    background:#2f8a98;
    background: -moz-linear-gradient(0deg, #136ab2, #1c94f8);
    background: -webkit-linear-gradient(0deg,#136ab2,#1c94f8);
    background: -o-linear-gradient(0deg, #136ab2, #1c94f8);
}
.fot_top>div>a span{
    font-size: 1.6rem;
    color: #fff;
    padding-right: 37px;
    background:url("../images/foticon.png") no-repeat right center;
}
.fot_mid{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:2vw 0;
}
.fot_mid_left{
    display:flex;
    align-items: center;
}
.fot_mid_left>li{
    background:#fff;
    border-radius: 5px;
    width: 137px;
    overflow:hidden;
    margin-right: 30px;
}
.fot_mid_left>li p{
    font-size: 1.4rem;
    padding-bottom: 12px;
    color: #136ab2;
    font-weight: lighter;
    text-align: center;
}
.fot_mid_left>li b{
    display:block;
    width:100%;
    height: 140px;
    position:relative;
    overflow:hidden;
}
.fot_mid_left>li b img{
    width:100%;
    height: 100%;
    object-fit: scale-down;
}
.fot_mid_right{
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.fot_mid_right li{
    margin-left: 120px;
}
.fot_mid_right li p{
    font-size: 1.6rem;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    margin-bottom: 5px;
}
.fot_mid_right li small,.fot_mid_right li small a{
    display:block;
    color: #fff;
    font-size: 2rem;
}

/***************************zbanner********************/
.zbanner{
    width:100%;
    position:relative;
    overflow:hidden;
    height: 400px;
}
.zbanner>div{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background-position:center 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.crumbs{
    border-bottom: 1px solid #e8e8e8;
    background:#fff;
}
.crumbs .warpper{
    position:relative;
    height: 76px;
}
.cru_left{
    display:flex;
    align-items: flex-end;
    position:absolute;
    left:0;
    bottom:0;
}
.cru_tit{
    width: 200px;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
    display:flex;
    align-items: center;
    background:#136ab2;
}
.cru_tit h6{
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
}
.cru_tit h4{
    font-size: 2.8rem;
    color: #fff;
}

.cru_loca{
    line-height: 76px;
    font-size: 1.4rem;
    color: #666666;
    padding-left:25px;
    margin-left: 20px;
    background:url("../images/home.png") no-repeat left center;
}
.cru_loca a{
    font-size: 1.4rem;
    color: #666666;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.cru_loca a:hover{
    color: #149971;
}
.cru_link{
    position:absolute;
    right:0;
    bottom:0;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    height: 76px;
}
.cru_link a{
    margin-left: 70px;
    position:relative;
}
.cru_link a:before{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    content: '';
    width:100%;
    height: 10px;
    background:#e8eff6;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.cru_link a:hover:before,.cru_link a.active:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.cru_link a span{
    font-size: 1.6rem;
    color: #666666;
    position:relative;
    transition: 0.6s;
    font-weight: normal;
}
.cru_link a:hover span,.cru_link a.active span{
    color: #136ab2;
    font-weight: bold;
}


/*zcompany*/
.zcom_cont1{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:4vw 0;
}
.zcom_c1_left{
    width: 55%;
}
.zcom_c1_left>h1{
    font-size: 3rem;
    color: #444444;
}
.zcom_c1_left>h1 span{
    color: #136ab2;
}
.zcom_c1_left>p{
    font-size: 1.5rem;
    color: #666666;text-transform: uppercase;
}
.zcom_c1_left>small{
    font-size: 1.6rem;
    line-height: 3rem;
    color: #666666;
    font-weight: lighter;
}
.zcom_c1_right{
    width:42%;
    position:relative;
    height: 380px;
}
.zcom_c1_right:before{
    display:block;
    content: '';
    position:absolute;
    left:-20px;
    top:-20px;
    background:#136ab2;
    width:50%;
    height: 95%;
}
.zvideo{
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    height: 100%;
}
.zcom_videofm{
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    height: 100%;
    overflow:hidden;
}
.zcom_videofm>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#comstar{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
#starbg>.warpper{
    position:relative;
    z-index: 999;
}

/*zcom_cont2*/
.zcom_cont2{
    padding:3vw 0;
}
.zcom_c2{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vw;
}
.zcom_c2 li{
    width: 32%;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    overflow:hidden;
}
.zcom_c2 li:before{
    background:#f0f0f0;
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 4px;
}
.zcom_c2 li:after{
    display:block;
    content: '';
    width:100%;
    height:4px;
    background:#136ab2;
    position:absolute;
    left:0;
    top:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.zcom_c2 li.active:after{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}

.zcom_c2 li:nth-of-type(2){
    width: 36%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 2%;
}
.zcom_c2 li>div{
    padding:3vw 0;
}
.zcom_c2 li>div>h3{
    font-size: 2.2rem;
    color: #333333;
}
.zcom_c2 li>div>small{
    display:block;
    margin:15px 0;
    font-size: 1.8rem;
    color: #666666;
}
.zcom_c2 li>div>i{
    display:block;
    width:28px;
    height: 3px;
    background:#e6e6e6;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcom_c2 li.active>div>i{
    background:#136ab2;
}
.zcom_c2 li>b{
    width:100%;
    height: 320px;
}

/*zcom_cont3*/
.zcom_cont3{
    padding-bottom: 3vw;
}
.historybg{
    margin-top: 2vw;
    background: url(../images/historybg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 2vw 0;
    overflow: hidden;
}
.his_text{
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:600px;
    min-height: 153px;
    margin:0 auto;
    border-radius: 20px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:20px;
}
.history_top{
    height: 425px;
}
.history_top .swiper-slide{
    position:relative;
}

.history_top .swiper-slide>h2{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 46rem;
    line-height: 46rem;
    color: rgba(255, 255, 255, 0.15);
    font-family: barlow;
}
.history_bombg{
    position:relative;
    margin-top:2vw;
}
.his_text>h3{
    font-size: 4.8rem;
    color: #333333;
    font-weight: bold;
}
.his_text>small{
    font-weight: lighter;
    display:block;
    font-size: 2rem;
    color: #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_top .swiper-button-next:after,.history_top .swiper-button-prev:after{
    display:none;
}
.history_top .swiper-button-next,.history_top .swiper-button-prev{
    border-radius: 50%;
    width: 66px;
    height: 66px;
    transition: 350ms 0s all ease;
}
.history_top .swiper-button-prev{
    left:5%;
    background: rgba(255, 255, 255, 0.2) url(../images/newsjt_l.png) no-repeat center;
}
.history_top .swiper-button-next{
    right:5%;
    background: rgba(255, 255, 255, 0.2) url(../images/newsjt_r.png) no-repeat center;
}
.history_top .swiper-button-next:hover{
    background:#149971 url(../images/newsjt_r.png) no-repeat center;
}
.history_top .swiper-button-prev:hover{
    background:#149971 url(../images/newsjt_l.png) no-repeat center;
}



.hisline{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.history_bom .swiper-slide>div{
    position: relative;
    height: 135px;
    width: 100%;
}
.history_bom .swiper-slide>div:before{
    display:block;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: '';
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.41);
}
.history_bom .swiper-slide h3{
    color: rgba(255, 255, 255, 0.5);
    font-size: 2.4rem;
    font-family: barlow;
    position: absolute;
    bottom:0;
    width:100%;
    text-align: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.history_bom .swiper-slide.swiper-slide-thumb-active>div:before{
    width: 28px;
    height: 28px;
    background:url("../images/his_in.png") no-repeat center;
}
.history_bom .swiper-slide.swiper-slide-thumb-active h3{
    color: #fff;
    font-size: 3.6rem;
}
/*zcom_cont5*/
.zcom_cont5{
    padding-bottom: 4vw;
}
.sbbg{
    width:100%;
    height: 326px;
    position:relative;
    margin-top: 2vw;
}
.sbbtn{
    position:absolute;
    right:0;
    top:-20%;
    width: 120px;
}
.sbbg .swiper-sb{
    width:100%;
    height: 100%;
    overflow:hidden;
}
.swiper-sb video{
    display:block;
    width:100%;
    height: 100%;
    position:relative;
    overflow:hidden;
    object-fit: cover;
}

.sbbtn .swiper-button-prev,.sbbtn .swiper-button-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background:#149971;
}
.sbbtn .swiper-button-prev:after,.sbbtn .swiper-button-next:after{
    color:#fff;
    font-size: 16px;
}
.sbbtn .swiper-button-prev.swiper-button-disabled,.sbbtn .swiper-button-next.swiper-button-disabled{
    background:#cccccc;
    opacity: 1;
}
.sbbtn .swiper-button-prev{
    left:0;
}
.sbbtn .swiper-button-next{
    right:0;
}
/*zcom_cont4*/
.zcom_cont4{
    padding-bottom: 4vw;
}
.fcbg{
    width:100%;
    height: 326px;
    position:relative;
    margin-top: 2vw;
}
.fcbtn{
    position:absolute;
    right:0;
    top:-20%;
    width: 120px;
}
.fcbg .swiper-fc{
    width:100%;
    height: 100%;
    overflow:hidden;
}
.swiper-fc a{
    display:block;
    width:100%;
    height: 100%;
    position:relative;
    overflow:hidden;
}
.swiper-fc a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
    left:0;
    top:0;
}
.swiper-fc a>div{
    background: rgba(0, 0, 0, 0.7) url("../images/open2.png") no-repeat center;
    width:100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
    display:flex;
    justify-content:center;align-items: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
}
.swiper-fc a:hover>div {
    opacity: 1;
}
.swiper-fc a>div>i{
    display:block;
    width:calc(100% - 18px);
    height:calc(100% - 18px);
    position:absolute;
    left:50%;
    top:50%;
    border:1px solid rgba(255, 255, 255, 0.46);
    -webkit-transform: translate(-50%,-50%) scale(0.9);
    -moz-transform: translate(-50%,-50%) scale(0.9);
    -ms-transform: translate(-50%,-50%) scale(0.9);
    -o-transform: translate(-50%,-50%) scale(0.9);
    transform: translate(-50%,-50%) scale(0.9);
    -webkit-transition: 350ms 100ms all ease;
    -moz-transition: 350ms 100ms all ease;
    -ms-transition: 350ms 100ms all ease;
    -o-transition: 350ms 100ms all ease;
    transition: 350ms 100ms all ease;
    opacity: 0;
}
.swiper-fc a:hover>div>i{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}

.fcbtn .swiper-button-prev,.fcbtn .swiper-button-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background:#149971;
}
.fcbtn .swiper-button-prev:after,.fcbtn .swiper-button-next:after{
    color:#fff;
    font-size: 16px;
}
.fcbtn .swiper-button-prev.swiper-button-disabled,.fcbtn .swiper-button-next.swiper-button-disabled{
    background:#cccccc;
    opacity: 1;
}
.fcbtn .swiper-button-prev{
    left:0;
}
.fcbtn .swiper-button-next{
    right:0;
}

/*znews*/
.znewsbg{
    padding:4vw 0;
}
.znews a{
    width:100%;
    height: 347px;
    margin-bottom: 3vw;
    overflow:hidden;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2vw;
    border-bottom: 1px solid #ddd;
    position:relative;
}
.znews a:nth-of-type(2n){
    text-align: right;
}
.znews a:nth-of-type(2n) .morebtn{
    margin-right: 0;
    margin-left: auto;
}
.znews a b{
    width: 47%;
    height: 100%;
}
.znews b img{
    object-fit: scale-down;
}
.znews a:nth-of-type(2n) b{
    order:2;
}
.znews a:nth-of-type(2n) .znews_text{
    order:1;
}
.znews_text{
    width: 48%;
}
.znews_text>h6{
    font-size: 2rem;
    color: #9fa0a3;
    font-weight: lighter;
    text-transform: uppercase;
}
.znews_text>h3{
    font-size: 3.2rem;
    color: #333333;
    font-weight:normal;
	text-align:left;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;*/
}
.znews_text>b{
    display:block;
    width: 40px;
    height: 3px;
    background:#4281ea;
    margin: 20px 0;
}
.znews_text>small{
    font-size: 1.6rem;
    color: #333333;
    font-weight: lighter;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
	text-align:left;
}

.nogoods{
    padding:4vw 0;
    text-align: center;
}
.nogoods img{
    margin:0 auto;
    max-width:100%;
}
.nogoods p{
    text-align: center;
    font-size: 2.2rem;
    color: #b1b1b1;
}


/*zhonor*/
.zhonor_cont1{
    background:#eef6f5;
    padding:4vw 0;
}
.zhonor_cont1 .swiper-honor1{
    width: 100%;
    height: 255px;
    overflow:hidden;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide{
    position:relative;
    background:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide>h5{
    position:absolute;
    left:0;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 10rem;
    font-family: barlow;
    -webkit-text-stroke:2px rgba(0, 0, 0, 0.05);
    color: rgba(255, 255, 255, 0.05);
    -webkit-transition: 350ms 100ms all ease;
    -moz-transition: 350ms 100ms all ease;
    -ms-transition: 350ms 100ms all ease;
    -o-transition: 350ms 100ms all ease;
    transition: 350ms 100ms all ease;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide-active>h5 {
    -webkit-text-stroke:2px rgba(255, 255, 255, 0.05);
}
.zhonor_cont1 .swiper-honor1 .swiper-slide>div{
    position:relative;
    width:80%;
    background:url("../images/zhonoricon.png") no-repeat center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 11%;
    display:flex;
    justify-content: center;
    align-items: flex-start;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide-active>div {
    padding:0;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide>div>img{
    display:none;
    -webkit-transition: 350ms 100ms all ease;
    -moz-transition: 350ms 100ms all ease;
    -ms-transition: 350ms 100ms all ease;
    -o-transition: 350ms 100ms all ease;
    transition: 350ms 100ms all ease;
    margin-right: 20px;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide-active>div>img{
    display:block;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide>div>div>small{
     font-size: 1.8rem;
     color: #666666;
    text-align: center;
    display:block;
    width: 100%;
    -webkit-transition: 350ms 0ms all ease;
    -moz-transition: 350ms 0ms all ease;
    -ms-transition: 350ms 0ms all ease;
    -o-transition: 350ms 0ms all ease;
    transition: 350ms 0ms all ease;
 }
.zhonor_cont1 .swiper-honor1 .swiper-slide-active>div>div>small {
    text-align: left;
    color: #fff;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide>div>div>p{
    font-size: 1.4rem;
    font-weight: lighter;
    text-align: left;
    color: #fff;
    display:none;
    margin-top: 10px;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide-active{
    background:#149971;
}
.zhonor_cont1 .swiper-honor1 .swiper-slide-active>div>div>p {
    display:block;
}

.zhonorbg{
    padding-top: 4vw;
    padding-bottom: 94px;
    background:url("../images/zhonorbg.png") no-repeat center bottom;
    background-size: 100%;
}
.swiper-honor2{
    width:100%;
    overflow:hidden;
    position:relative;
}
.swiper-honor2 .swiper-slide{
    width: 420px;
}
.swiper-honor2 .swiper-slide a{
    display:block;
    width:100%;
}
.swiper-honor2 .swiper-slide a b{
    width:100%;
    height: 580px;
    margin-bottom: 2vw;
    display:block;
    position:relative;
    overflow:hidden;
    background:#fff;
}
.swiper-honor2 .swiper-slide a b img{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    object-fit: cover;
}
.swiper-honor2 .swiper-slide a b i{
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height: 100%;
    background:url("../images/kuang.png") no-repeat center;
    background-size:100% 100%;
}
.swiper-honor2 .swiper-slide a>div{
    position:relative;
    -webkit-transition: 350ms 0ms all ease;
    -moz-transition: 350ms 0ms all ease;
    -ms-transition: 350ms 0ms all ease;
    -o-transition: 350ms 0ms all ease;
    transition: 350ms 0ms all ease;
    opacity:0;
}
.swiper-honor2 .swiper-slide-active a>div{
    opacity:1;
}

.swiper-honor2 .swiper-slide a h5{
    position:absolute;
    left:50%;
    top:50%;
    width:435px;
    text-align: center;
    font-size: 4.6rem;
    color: #e7e7e7;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.swiper-honor2 .swiper-slide a p {
    position:relative;
    line-height: 122px;
    text-align: center;
    color: #282828;
    font-size:2.8rem;
}
.honor2_btn{
    z-index: 888;
    width: 820px;
    height: 122px;
    position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.honor2_btn .swiper-button-prev{
    left:0;
    margin-top: 28px;
    top:0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:#c4c4c4 url("../images/hjt_l.png") no-repeat center;
    -webkit-transition: 350ms 0ms all ease;
    -moz-transition: 350ms 0ms all ease;
    -ms-transition: 350ms 0ms all ease;
    -o-transition: 350ms 0ms all ease;
    transition: 350ms 0ms all ease;
}
.honor2_btn .swiper-button-next{
    right:0;
    margin-top: 28px;
    top:0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:#c4c4c4 url("../images/hjt_r.png") no-repeat center;
    -webkit-transition: 350ms 0ms all ease;
    -moz-transition: 350ms 0ms all ease;
    -ms-transition: 350ms 0ms all ease;
    -o-transition: 350ms 0ms all ease;
    transition: 350ms 0ms all ease;
}
.honor2_btn .swiper-button-prev:hover,.honor2_btn .swiper-button-next:hover{
    background-color:#149971;
}

/*zcase*/
.zcase_cont1{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:3vw 0;
}
.zcase_cont1 a{
    display:block;
    width:8%;
}
.zcase_cont1 a b{
    margin:0 auto;
    display:block;
    width: 76px;
    height: 76px;
    position:relative;
    border-radius: 50%;
    background:#fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcase_cont1 a.active b,.zcase_cont1 a:hover b{
    background:#2f8a98;
    background: -moz-linear-gradient(0deg, #149971, #2f8a98);
    background: -webkit-linear-gradient(0deg,#149971,#2f8a98);
    background: -o-linear-gradient(0deg, #149971, #2f8a98);
}
.zcase_cont1 a b img{
    position:absolute;
    max-width: 100%;
    max-height: 39px;
    top:50%;
    left:50%;
    position:absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: scale-down;
    filter:brightness(.2) grayscale(.3);
}
.zcase_cont1 a.active b img,.zcase_cont1 a:hover b img{
    filter:brightness(100) grayscale(1);
}
.zcase_cont1 a p{
    color: #282828;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcase_cont1 a.active p,.zcase_cont1 a:hover p{
    color: #149971;
    font-weight: bold;
}


.bg_gr{
    background:#eef7f6;
    padding:3vw 0;
}


.zcase_top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:50px;
}
.zcase_top_left{
    width: 600px;
    height: 450px;
    overflow:hidden;
}
.swiper-casetop{
    width:100%;
    height: 100%;
    overflow:hidden;
}
.swiper-casetop .swiper-slide{
    width:100%;
    height: 100%;
    position:relative;
    overflow:hidden;
}
.swiper-casetop .swiper-slide img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.swiper-casetop .swiper-slide p{
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.27);
    font-size: 1.6rem;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.zcase_top_right{
    width:calc(96% - 600px);
}
.zcase_top_right>p{
    position:relative;
    width: 130px;
    line-height: 38px;
    text-align: center;
    overflow:hidden;
}
.zcase_top_right>p:before{
    position:absolute;
    left:-6px;
    top:0;
    display:block;
    content: '';
    background:#149971;
    width:100%;
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}
.zcase_top_right>p>span{
    position:relative;
    background:url("../images/yyicon.png") no-repeat left center;
    padding-left:25px;
    font-size: 1.8rem;
    color: #fff;
}
.zcase_top_right>h3{
    font-size: 2.4rem;
    color: #282828;
    padding:22px 0;
    position:relative;
    margin-bottom: 17px;
}
.zcase_top_right>h3:before{
    display:block;
    content: '';
    position:absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 100%;
    background:#edeff2;
}
.zcase_top_right>h3:after{
    display:block;
    content: '';
    position:absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 80px;
    background:#149971;
}
.zcase_top_right>small{
    font-size: 1.4rem;
    color: #666666;
    line-height: 30px;
    font-weight: lighter;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zcaselist{
    width:100%;
    height: 82px;
    position:relative;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 70px;
    margin-top: 1vw;
    margin-bottom: 5vw;
}
.swiper-zcaselist{
    width:100%;
    height: 100%;
    overflow:hidden;
}
.swiper-zcaselist .swiper-slide{
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:2px;
    cursor: pointer;
}
.swiper-zcaselist .swiper-slide b{
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-zcaselist .swiper-slide-thumb-active b {
    border:2px solid #149971;
}
.zcaselist .swiper-button-prev{
    background:#cccccc;
    width: 49px;
    height: 81px;
    left:0;
    margin-top: 0;
    top:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcaselist .swiper-button-next{
    background:#cccccc;
    width: 49px;
    height: 100%;
    right:0;
    margin-top: 0;
    top:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.zcaselist .swiper-button-prev:after,.zcaselist .swiper-button-next:after{
    font-size:16px;
    color: #fff;
}
.zcaselist .swiper-button-prev:hover,.zcaselist .swiper-button-next:hover {    background:#ddd;
    background:#149971;
}

.btn_duble{
    display:flex;
    align-items: center;
}
.btn_duble a{
    display:block;
    position:relative;
    overflow:hidden;
    text-align: center;
    background:#149971;
    width: 160px;
    line-height: 50px;
    margin-right: 22px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.btn_duble a span{
    color: #fff;
    padding-left:30px;
    font-size: 1.6rem;
    background:url("../images/icon.png") no-repeat left center;
}
.btn_duble a:nth-of-type(2){
    background:#333333;
}
.btn_duble a:nth-of-type(2) span{
    background:url("../images/icon2.png") no-repeat left center;
}
.btn_duble a:hover{
    background:#2f8a98!important;
    background: -moz-linear-gradient(0deg, #149971, #2f8a98)!important;
    background: -webkit-linear-gradient(0deg,#149971,#2f8a98)!important;
    background: -o-linear-gradient(0deg, #149971, #2f8a98)!important;
}

.zcase_bom{
    margin-top: 2vw;
    display:flex;
    justify-content: space-between;
}
.zlist_left{
    width:75%;
}
.zlist-style{
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:34px;
    margin-bottom: 2vw;
}
.zlist_left>h4,.zlist_right>h4{
    font-size: 2.4rem;
    background:#136ab2;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.zlist-style>small{
    display:block;
    font-size: 1.6rem;
    color: #666666;
    line-height: 32px;
}

#myform .form-group>h6{
    font-size: 2rem;
    color: #149971;
}
#myform .form-group input{
    background-color:#f5f5f5;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 28px;
    font-size: 1.6rem;
    color: #9b9b9b;
    font-weight: lighter;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}
#myform .form-group textarea{
    background-color:#f5f5f5;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:28px;
    font-size: 1.6rem;
    color: #9b9b9b;
    font-weight: lighter;
    width: 100%;
    margin-bottom: 15px;
}
#myform .form-group textarea::placeholder,#myform .form-group input::placeholder{
    font-size: 1.6rem;
    color: #9b9b9b;
    font-weight: lighter;
}
.formflex{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#myform .formflex input{
    width: 32%;
}
.form_code{
    width: 32%;
    background-color:#f5f5f5;
    margin-top: 15px;
    margin-bottom: 15px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#myform .form_code>input{
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
}
.form_code>img{
    width: 40%;
    height: 60px;
}
.form_btn{
    display:flex;
}
.form_btn>input{
    width:32%;
    margin-right: 2%;
    background:#149971;
    line-height: 58px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    border:1px solid #149971;
    cursor: pointer;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.form_btn>input:nth-of-type(2){
    background:none;
    color: #149971;
}
.form_btn>input:first-of-type:hover{
    background:#2f8a98!important;
    background: -moz-linear-gradient(0deg, #149971, #2f8a98)!important;
    background: -webkit-linear-gradient(0deg,#149971,#2f8a98)!important;
    background: -o-linear-gradient(0deg, #149971, #2f8a98)!important;
}
.form_btn>input:nth-of-type(2):hover{
    background:#333333;
    border:1px solid #333;
    color: #fff;
}
.hasstar{
    position:relative;
    display:block;
    background-image:url(../images/star.png);
    background-repeat: no-repeat;
    background-position:17px 15px;
}

.zlist_right{
    width: 23%;
}
.zlist_right a{
    display:block;
    width: calc(100% - 8px);
    margin:0 auto;
    margin-top: 15px;
    background:#fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
}
.zlist_right a:hover{
}
.zlist_right a:before{
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    display:block;
    content: '';
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background:#149971;
    background: -moz-linear-gradient(45deg, #136ab2, #1c94f8);
    background: -webkit-linear-gradient(45deg,#136ab2, #1c94f8);
    background: -o-linear-gradient(45deg, #136ab2, #1c94f8);
    opacity: 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zlist_right a:hover:before {
    opacity: 1;
    box-shadow: 0 0 10px rgba(27, 113, 183, 0.22);
}
.zlist_right a>div{
    position:relative;
    background:#fff;
    width:100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.zlist_right a b{
    width:100%;
    display:block;
}
.zlist_right a b img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.zlist_right a h5{
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    font-size: 2rem;
    color: #282828;
    margin-top: 24px;
}
.zlist_right a small{
    display:block;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    font-size: 1.4rem;
    color: #858586;
    font-weight: lighter;
    padding:0 20px;
    padding-bottom: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zload ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.zload ul li{
    width:12%;
}
.zload ul li:first-of-type{
    width:49%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;padding-left:5%;
}
.zload ul li:last-of-type{
    width:6%;
}
.zload_tit{
    background:#1a1a1a;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
}
.zload_cont ul{
    background:#fff;
    height: 80px;
    font-size: 1.4rem;
    color: #999999;
}
.zload_cont ul:nth-of-type(even){
    background:#f0f5f7;
}
.zload_cont ul li:first-of-type span{
    background:url("../images/pdficon.png") no-repeat left center;
    padding:5px 0;
    padding-left:36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #1a1a1a;
}



/*zmessage*/
.zmsgbg .title h4{
    background-image: -moz-linear-gradient(-90deg, #e7e7e7, transparent);
    background-image: -webkit-linear-gradient(-90deg,#e7e7e7,transparent);
    background-image: -o-linear-gradient(-90deg, #e7e7e7, transparent);
}
.zmsgbg{
    background:url("../images/zmsgbg.jpg") no-repeat center;
    background-size:cover;
    padding:4vw 0;
}
.zmsgbg2{
    border-top: 11px solid #149971;
    margin-top: 2vw;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:55px;
}

/*zcontact*/
#allmap{
    width:100%;
    height:24vw;
    overflow:hidden;
    margin:3vw 0;
}
.zcontact_cont1{
    display:flex;
    justify-content: space-between;
    padding-bottom: 4vw;
}
.zcont_c1_left{
    width: 100%;
}
.zcont_c1_right{
    width: 50%;
}
.zcont_tit{
    padding-bottom: 1.5vw;
}
.zcont_tit>h2{
    font-size: 2.8rem;
    color: #333333;
}
.zcont_tit>small{
    font-size: 1.6rem;
    color: #757575;
}
.zcontact_link{
    display:flex;
    flex-wrap: wrap;
}
.zcontact_link>li{
    width: 25%;
    display:flex;
    align-items: flex-start;
    margin-bottom: 1.5vw;
}
.zcontact_link>li>img{
    margin-right: 12px;
}
.zcontact_link>li>div>p{
    font-size: 1.6rem;
    color: #757575;
}
.zcontact_link>li>div>h4,.zcontact_link>li>div>h4 a{
    font-weight: normal;
    font-size: 2rem;
    color: #333333;
}
.zcontact_link>li>div>h4 a,.fot_mid_right li small a{
    cursor: pointer;
}
.zontact_code{
    display:flex;
    align-items: center;
    margin-top: 1vw;
}
.zontact_code li{
   display:flex;
    align-items: center;
    margin-right: 30px;
}
.zontact_code li>b{
    display:block;
    width:140px;
    height: 140px;
    border:1px solid #149971;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    overflow:hidden;
}
.zontact_code li>b img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.zontact_code li>p{
    background:#149971;
    color: #fff;
    width: 37px;
    text-align: center;
    line-height: 37px;
    letter-spacing: 3px;
    padding-top: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 140px;
    font-weight: lighter;
    font-size: 1.4rem;
    word-wrap: break-word;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
}

#zcontform{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#zcontform textarea{
    background:#f5f5f5 url("../images/zcontform_icon01.png") no-repeat 13px 13px;
    font-size: 1.4rem;
    color: #999999;
    height: 180px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
    padding-left: 55px;
}
#zcontform input[name=name]{
    background:#f5f5f5 url("../images/zcontform_icon02.png") no-repeat 13px center;
}
#zcontform input[name=tel]{
    background:#f5f5f5 url("../images/zcontform_icon03.png") no-repeat 13px center;
}
#zcontform input[name=email] {
    background: #f5f5f5 url(../images/zcontform_icon05.png) no-repeat 13px center;
}
#zcontform input[name=captcha]{
    background:#f5f5f5 url("../images/zcontform_icon04.png") no-repeat 13px center;
}
#zcontform>input{
    margin-top: 20px;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    width: 49%;
}
#zcontform input,#zcontform input::placeholder,#zcontform textarea::placeholder{
    font-size: 1.4rem;
    color: #999999;
}
#zcontform .zcontform_code{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background:#f5f5f5;
    width: 49%;
    margin-top: 20px;
}
#zcontform .zcontform_code input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 55px;
    line-height: 50px;
    width: 75%;
}
#zcontform .zcontform_code img{
    width: 25%;
    max-height: 50px;
}
#zcontform input[type=button]{
    text-align: center;
    padding-left:0;
    background:#149971;
    color: #fff;
    font-size: 1.6rem;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    cursor: pointer;
    width: 100%;
}
#zcontform input[type=button]:hover{
    background:#252525;
}
.zcontact_other{
    background:#eef6f5;
    overflow:hidden;
}
.zcontact_other>.warpper{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.zc_other_left{
    padding:4vw 0;
    width: 40%;
    background:url("../images/text.png") no-repeat 85% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:14%;
}
.zc_other_left_tit{
    display:flex;
    align-items: center;
}
.zc_other_left_tit img{
    margin-right:12px;
}
.zc_other_left_tit .title h4{
    background-image: -webkit-linear-gradient(-90deg,#d9ede8,transparent);
    background-image: -o-linear-gradient(-90deg, #d9ede8, transparent);
}
.zc_other_left>ul{
    margin-top: 35px;
    margin-bottom: 35px;
}
.zc_other_left>ul li{
    cursor: pointer;
    border-bottom: 1px solid #d5d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:26px 33px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zc_other_left>ul li>p{
    font-size: 1.8rem;
    color: #333333;
        -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zc_other_left>ul li>small{
    font-size: 1.2rem;
    color: #999999;
    text-transform: uppercase;
        -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zc_other_left>ul li.active{
    background:url("../images/gezi.png") repeat center;
}
.zc_other_left>ul li.active>p,.zc_other_left>ul li.active>small{
    color: #fff;
}
.zc_other_left>a{
    display:block;
    line-height: 58px;
    width:100%;
    font-weight: bold;
    background:#fff url("../images/hand.png") no-repeat 97% 27px;
    text-align: center;
    font-size: 1.6rem;
    color: #149971;
}
.zc_other_right{
    width: 60%;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:60px;
    padding-right: 0;
}
.zc_other_right:before{
    position:absolute;
    display:block;
    content: '';
    left:0;
    top:0;
    width:1200px;
    height:100%;
    background:url("../images/otherbg.jpg") repeat left center;
}
.zc_other_right ul{
    background:#fff;
    position: relative;
    z-index: 88;
    display:none;
}
.zc_other_right ul:after{
    display:block;
    content: '';
    clear: both;
}
.zc_other_right ul li{
    float:left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 50px;
}
.zc_other_right ul li:nth-of-type(2){
    border-left:2px solid #eeeeee;
}
.zc_other_right ul li h3{
    font-size: 1.8rem;
    color: #333333;
}

.zc_other_right ul li b{
    width:100%;
    height: 246px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.zc_other_right ul li small{
    font-size: 1.4rem;
    color: #666666;
    line-height: 30px;
    display:block;
    min-height:160px;
}
.zc_other_right ul li small a{
    font-size: 1.4rem;
    color: #666666;
}
/*job*/
.zjob_tit{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background:#1a1a1a;
}
.zjob_tit p{
    width: 15%;
}
.zjob_tit p span{
    color: #fff;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 65px;
    display:block;
}
.zjob_tit p:first-of-type span{background:url("../images/jobicon01.png") no-repeat left center;}
.zjob_tit p:nth-of-type(2) span{background:url("../images/jobicon02.png") no-repeat left center;}
.zjob_tit p:nth-of-type(3) span{background:url("../images/jobicon03.png") no-repeat left center;}
.zjob_tit p:nth-of-type(4) span{background:url("../images/jobicon04.png") no-repeat left center;}

.jobs>li{
    height: 79px;
    background:#fff;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    cursor: pointer;
}
.jobs>li:hover,.jobs>li.active  {
    background:#eef6f5;
    border-bottom: 1px solid #eef6f5;
}
.jobs>li>span{
    width: 15%;
    display:block;
    font-size: 1.8rem;
    color: #6f6d6d;
}
.zjob_tit p:first-of-type,.jobs>li span:first-of-type{
    width:45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
}
.jobs>li span:first-of-type{
    font-weight: bold;
}
.zjob_tit p:nth-of-type(2),.jobs>li span:nth-of-type(2){
    width: 20%;
}

.jobwindowbg{
    display:none;
    background: rgba(0, 0, 0, 0.4);
    position:fixed;
    top:0;
    left:0;
    z-index: 10001;
    width:100%;
    height: 100%;
}
.jobwindow{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background:#fff;
    border-radius: 20px;
    width: 1200px;
    overflow:hidden;
}
.jobwindow>img{
    position:absolute;
    right:34px;
    top:43px;
    cursor: pointer;
}
.jobw_top{
    background:#eef6f5;
    padding:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
}
.jobw_top>h2{
    font-size: 3.3rem;
    color: #1f2329;
    font-weight: normal;
}
.jobw_top>ul{
    display:flex;
    align-items: center;
}
.jobw_top ul>li{
    font-size: 1.8rem;
    color: #1f2329;
    font-weight: lighter;
    line-height: 47px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}
.jobw_top li:first-of-type{background:url("../images/addicon.png") no-repeat left center;}
.jobw_top li:nth-of-type(2){background:url("../images/timeicon.png") no-repeat left center;}
.jobw_top li:nth-of-type(3){background:url("../images/eduicon.png") no-repeat left center;}
.jobw_top i{
    display:block;
    width: 1px;
    height: 18px;
    background:#cbcbcb;
    margin:0 20px;
}

.jobw_bom{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 40px;
    max-height: 460px;
    overflow-y:auto;
}
.jobw_bom::-webkit-scrollbar{
    width:0; /*滚动条宽度*/
}
.jobw_bom ul li{
    display:flex;
    border-bottom: 1px solid #efefef;
    padding:2.5vw 0;
}
.jobw_bom ul li h4{
    font-size: 2.2rem;
    color: #1f2329;
    width: 113px;
}
.jobw_bom ul li small{
    font-size: 1.6rem;
    color: #646a73;
    line-height: 30px;
    display:block;
    width:calc(100% - 113px);
}

.job_more{
    width:100%;
    text-align: center;
    background:#eef6f5;
    line-height: 57px;
    font-size: 1.6rem;
    color: #282828;
    margin-bottom: 20px;
}
.job_more span,.job_more a{
    font-size: 1.6rem;
    color: #149971;
}
.job_more a:hover{
    text-decoration: underline;
}
.jobload>small>div>span{
    font-size: 1.6rem;
    color: #646a73;
}
.jobload>small>button{
    width: 160px;
    line-height: 40px;
    font-size: 1.6rem;
    background:#149971;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.jobload>small>button:hover{
    background:#08b17e;
}


/*product*/
.goods_list{
    display:flex;
    justify-content: space-between;
}
.goods_left{
    width: 365px;
}
.goods_right{
    width:100%;
}
.goods_left_tit{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 40px;
    background:#149971 url("../images/logobg.png") no-repeat right bottom;
}
.goods_left_tit>h4{
    font-size: 2.4rem;
    color: #fff;
}
.goods_left_tit>small{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    text-transform: uppercase;
}
.goods_left ul li{
    margin-bottom: 6px;
    background:#fff;
}
.goodstype{
    line-height: 80px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 37px;
}
.goodstype a {
    display: block;
    color: #666666;
    font-family: alimama;
    font-size: 1.8rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width:calc(98% - 30px);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.goodstype:hover a{
    color: #149971;
}
.goodstype span{
    display:block;
    width:32px;
    height: 32px;
    background:url("../images/add.png") no-repeat center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    cursor: pointer;
}

.goodstype2{
    display:none;
}
.openlist .goodstype2{
    display:block;
}
.openlist .goodstype>span {
    background:url("../images/jianqu.png") no-repeat center;
}
.openlist_gren .goodstype{
    background:#eef7f6;
}
.openlist_gren .goodstype>a{
    color:#149971;
}
/*.openlist_gren .goodstype>span{*/
    /*background:url("../images/jianqus.png") no-repeat center;*/
/*}*/
.goodstype2>a{
    padding-left: 75px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    line-height: 50px;
    font-size: 1.6rem;
    color: #666666;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.goodstype2>a:hover,.goodstype2>a.active{
    color: #149971;
}
.goodstype2>a:before{
    border:2px solid #bfbfbf;
    border-radius: 50%;
    width:10px;
    height: 10px;
    display:block;
    content: '';
    position:absolute;
    left:37px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.goodstype2>a:hover:before,.goodstype2>a.active:before{
    border:2px solid #149971;
}
.goodstype3>a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding-left: 93px;
    border-top: 1px solid #f3f5f4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    position:relative;
        -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.goodstype3>a:last-of-type{
    border-bottom: 1px solid #f3f5f4;
}
.goodstype3>a:hover,.goodstype3>a.active{
    color: #149971;
}
.goodstype3>a:after{
    display:block;
    content: '';
    position:absolute;
    left:75px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background:#bfbfbf;
        -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.goodstype3>a:hover:after,.goodstype3>a.active:after{
    background:#149971;
}

.goods_right_list>li{
    float:left;
    width:22%;
    margin-right: 2%;
    margin-bottom: 2vw;
    background:#fff;
}
.goods_right_list>li:nth-of-type(4n){
    margin-right: 0;
}
.goods_right_list>li>a{
    display:block;
    position:relative;
    overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.goods_right_list>li>a:hover{
    box-shadow: 0 0 10px rgba(27, 113, 183, 0.2);
}

.goods_right_list>li>a:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: #149971;
    background: -moz-linear-gradient(0deg, #136ab2, #1c94f8);
    background: -webkit-linear-gradient(0deg, #136ab2, #1c94f8);
    background: -o-linear-gradient(0deg, #136ab2, #1c94f8);
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}

.goods_right_list>li>a:hover:after{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.goods_right_list>li>a b{
    display:block;
    width:100%;
    height:272px;
    position:relative;
    overflow:hidden;
}
.goods_right_list>li>a b>img{
    max-width: 100%;
    margin:0 auto;
    height: 100%;
    object-fit: scale-down;
}
.goods_right_list>li>a>p{
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 27px 22px 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.goods_right_list>li>a:hover>p {
    color: #136ab2;
}
.goods_right_list>li>a>small{
    font-size: 1.4rem;
    color: #858586;
    font-weight: lighter;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.goods_right_list>li>a>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:27px;
    padding-top: 0;
	padding-bottom:0;
}
.cptypelist{
    height: 268px;
    overflow:hidden;
}
.cptypelist ul{
    width:100%;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.cptypelist li{
    width:100%;
    border-bottom: 1px solid #e5e5e5;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.cptypelist li span{
    font-size: 1.3rem;
    color: #999999;
    padding:10px 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.goods_right_list>li>a:hover .cptypelist li{
    border-bottom: 1px solid #136ab2;
}
.goods_right_list>li>a:hover .cptypelist li span{
    color: #136ab2;
}


/*proindex*/
.goods_right2{
    background:#fff;
}
.zprolist_head{
    border-top: 5px solid #149971;
    margin-bottom: 2vw;
}
.zprolist_head img{
    max-height:180px;
    margin:1vw auto;
}
.zprolist_head h4{
    font-size: 1.8rem;
    color: #333333;
    text-align: center;
}
.zprolist_head small{
    display:block;
    font-size: 1.4rem;
    color: #858586;
    text-align: center;
    font-weight: lighter;
}
.protable_head{
    display:flex;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 2px solid #eef7f6;
}
.protable_head>small{
    font-weight: bold;
    font-size: 1.4rem;
    color: #149971;
    width: 11%;
}
.protable_head>small:first-of-type,.protable_body a>span{
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    font-size: 1.4rem;
    color: #149971;
    font-weight: bold;
}
.protable_head>small span{
    padding-right: 23px;
    background:url("../images/ordericon.png") no-repeat right 0;
}
.protable_body{
    border-top: 1px solid #e5e5e5;
}
.protable_body a{
    display:flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.protable_body a>small{
    width: 11%;
    font-size: 1.4rem;
    color: #666666;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.protable_body a:hover{
    background:#eef7f6;
    border-bottom: 1px solid #eef7f6;
}
.protable_body a:hover>small{
    color: #149971;
}
.protable_body a b{
    width:30px;
    height: 30px;
    border-radius: 50%;
    border:1px solid #149971;
    background:url("../images/projt.png") no-repeat center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.protable_body a:hover b {
    background:#149971 url("../images/projts.png") no-repeat center;
}


/*proinfo*/
.zproinfo_top{
    background:#fff;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.myproinfo_pic{
    display:block;
    position:relative;
    overflow:hidden;
    width: 40%;
    height: 442px;
}
.swiper-infopic{
    width: 100%;
    height: 100%;
}
.swiper-infopic .swiper-slide{
    width: 100%;
    height: 100%;
    position:relative;
    overflow:hidden;
}
.swiper-infopic img{
    max-width: 100%;
    height: 100%;
    margin:0 auto;
    object-fit: scale-down;
}
.myproinfo_text{
    width:56%;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zproinfo_tit{
    display:flex;
    align-items: center;
    background:url("../images/zproinfo_tit.png") no-repeat left center;
    padding-left: 42px;
}
.zproinfo_tit span{
    font-size: 1.8rem;
    color: #136ab2;
}
.zproinfo_tit span:nth-of-type(2){
    border:2px solid #136ab2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 33px;
    padding-left:18px;
    padding-right: 18px;
}
.zproinfo_tit span:first-of-type{
    color: #fff;
    display:block;
}
.myproinfo_text>h4{
    padding:21px 0;
    font-size: 2.4rem;
    color: #282828;
    position:relative;
    overflow:hidden;
    margin-bottom: 18px;
}
.myproinfo_text>h4:before{
    display:block;
    content: '';
    position:absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 100%;
    background:#edeff2;
}
.myproinfo_text>h4:after{
    display:block;
    content: '';
    position:absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 80px;
    background:#136ab2;
}
.myproinfo_text>small{
    display:block;
    width: 100%;
    font-size: 1.4rem;
    color: #666666;
    line-height: 30px;
    font-weight: lighter;
}
.zproinfo_chose{
    height: 120px;
    display:flex;
    align-items: center;
}
.zproinfo_chose>span{
    font-size: 1.6rem;
    color: #666666;
    margin-right: 15px;
}
.zproinfo_chose>img{
    max-height:90%;
}
.zproinfo_flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.zproinfo_flex>img{
    max-height:50px;
}
.zproinfo_btn{
    display:flex;
    align-items: center;
}
.addchosepic{
    display:flex;
    align-items: center;
}
.addchosepic>li{
    display:none;
    margin-right: 10px;
    text-align: center;
}
.addchosepic>li>img{
    width:50px;
    margin:0 auto;
}
.addchosepic>li>p{
    color: #21916b;
    font-size: 1.3rem;
}
.zproinfo_btn>a{
    margin-right: 22px;
    width: 115px;text-align: center;
    background:#333333;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zproinfo_btn>a:last-of-type{
    margin-right: 0;
}
.zproinfo_btn>a span{
    line-height: 37px;
    padding-left:30px;
    font-size: 1.6rem;
    color: #fff;
}
.zproinfo_btn>a:first-of-type{
    background:#149971;
}
.zproinfo_btn>a:first-of-type span{
    background:url("../images/c1.png") no-repeat left center;
}
.zproinfo_btn>a:nth-of-type(2) span{
    background:url("../images/c2.png") no-repeat left center;
}

.zproinfo_btn>a:hover{
    background:#17cb95;
}

.zproinfobody_tit{
    display:flex;
    justify-content: space-between;
    background:#b3b9b8;
    position:sticky;
    top:80px;
    z-index: 99;
}
.zproinfobody_tit>li{
    width: 25%;
    text-align: center;
    position:relative;
    display:flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 59px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right:1px solid #c2c7c6;
}
.zproinfobody_tit>li:last-of-type{
    border-right: none;
}
.zproinfobody_tit>li:after{
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:0;
    height: 3px;
    background:#136ab2;
    width:100%;
    opacity:0;
}
.zproinfobody_tit>li.active{
    background:#fff;
}
.zproinfobody_tit>li.active:after{
    opacity: 1;
}
.zproinfobody_tit>li a{
    color: #fff;
    font-size: 1.6rem;
}
.zproinfobody_tit>li img{
    margin-right: 10px;
    filter:brightness(100) grayscale(1);
}
.zproinfobody_tit>li.active span,.zproinfobody_tit>li.active a{
    color: #136ab2;
    font-weight: bold;
}
.zproinfobody_tit>li.active img{
    filter:brightness(1) grayscale(0);
}
.zproinfobody_tit>li span{
    font-size: 1.6rem;
    color: #fff;
}
.zproinfobody_cont{
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:45px;
}
.zproinfobody_cont img{
    max-width: 100%;
}
.biaoti,.jishu>small h4,.dianji>small h4{
    font-size: 1.8rem;
    color: #333333;
    margin-bottom:0.5vw;
    font-weight: normal;
}
.jishu{
    overflow-x: auto;
}
.jishu table{
    width:100%!important;
    border-collapse: collapse;
    margin-bottom: 1vw;
}
.jishu table td{
    font-size: 1.4rem;
    vertical-align: inherit;
    color: #595959!important;
    padding:8px 12px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #e8e8e8!important;
}
.jishu table td:first-of-type{
    /*word-break: break-all;*/
    white-space:nowrap
}

.jishu table tr:nth-of-type(odd){
    background:#eef7f6;
}
.jishu table tr:first-of-type{
    background:#136ab2;
}
.jishu table tr:first-of-type td{
    color: #fff!important;
    /*font-weight: bold;*/
}
.dianji img{
    margin:0 auto;
    max-width:79%;
}
.ziliao>small>table{
    width:100%;
    border-collapse: collapse;
    border:1px solid #eef7f6;
}
.ziliao>small>table tr{
    border-bottom: 1px solid #eef7f6;
    line-height: 80px;
    cursor: pointer;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.ziliao>small>table tr:hover{
    background:#eef7f6;
}
.ziliao>small>table tr td {
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.ziliao>small>table tr td:first-of-type{
    text-align: left;
    display:flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:500px;
    /*width:calc(100% - 200px);*/
    padding-left:35px;
}
.ziliao>small>table tr td:first-of-type a{
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-left: 17px;
}
.ziliao>small>table tr td:first-of-type span{
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    margin-left: 17px;
}
.ziliao>small>table tr td  i{
    width:24px;
    height:24px;
    background: url(../images/pdficon.png) no-repeat center;
    margin-right:10px;
}
.ziliao>small>table tr td:nth-of-type(2){
    font-size: 1.4rem;
    color: #999999;
    width: 170px;
}
.ziliao>small>table tr td:nth-of-type(3) {
    width: 130px;
}
.ziliao>small>table tr td:nth-of-type(3) img{
    margin:0 auto;
    filter:grayscale(10) brightness(1);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.ziliao>small>table tr:hover td:nth-of-type(3) img{
    filter: grayscale(0) brightness(1);
}


/*znewsinfo*/
.znewsinfo .zlist_left{
    background:#fff;
    padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.znewsinfo_cont img{
    max-width:100%;
    margin:0 auto;
    display:block;
}
#prev_next li{
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
#prev_next li a{
    color: #323232;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
#prev_next li a:hover{
    color: #149971;
    text-decoration: underline;
}
.znews_title h1{
    color: #333;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: lighter;
}
.znews_title div{
    display:flex;
    align-items: center;
    margin-bottom: 2vw;
    padding:10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.znews_title div span{
    display: inline-block;
    line-height: 25px;
    padding-left: 28px;
    margin-right: 25px;
    font-size: 1.5rem;
    color: #797878;
}
.znews_title div span:first-of-type {
    background: url(../images/time.png) no-repeat left center;
}
.znews_title div span:last-of-type {
    background: url(../images/watch.png) no-repeat left center;
}
.znewsinfo_cont small{
    line-height: 30px;
    font-size: 1.6rem;
}
.othernews a>div>h5{
    text-align: left;
}
.othernews a>div{
    padding-bottom: 25px;
}
.othernews a>div>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top:10px;
    line-height: 25px;
    font-size: 1.4rem;
    color: #858586;
    font-weight: lighter;
}